home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / cpptask1 / makefile < prev    next >
Encoding:
Makefile  |  1991-02-04  |  143 b   |  10 lines

  1. !include        "../make.ini"
  2.  
  3. main.exe        :       main.obj        task.obj
  4.         $(TLINK) @&&!
  5. main task
  6. main
  7. main
  8. $(TCLIBS)
  9. !
  10.